Create Ledger Transaction
Ledger
Post transaction
Creates a new financial transaction record in the guild ledger. Positive amounts are deposits (money goes up), negative amounts are withdrawals (money goes down). Optional explicit type validation helps catch exploiters.
POST
Create Ledger Transaction
Documentation Index
Fetch the complete documentation index at: https://docs.multex.tech/llms.txt
Use this file to discover all available pages before exploring further.
Required Scopes
Rate Limit
10 requests per secondAuthorizations
API key for accessing protected guild endpoints
Body
application/json
Roblox user ID of the player
Name of the transaction (item name, etc.)
Quantity of items in the transaction
Required range:
x >= 1Amount per item (positive = deposit, negative = withdrawal)
Source of the transaction
Optional: explicitly mark as deposit for validation
Optional: explicitly mark as withdrawal for validation
